html, body {
    font: 16px "microsoft yahei";
}

h1, h2, h3, h4, h5, h6, p, dl, dd, dt, ul, ol, li, body {
    margin: 0;
    padding: 0;
}

ul, ol, dl, dd, dt {
    list-style: none;
}

input, button, textarea {
    outline: none;
    font-family: "microsoft yahei";
}

a {
    color: #000;
    text-decoration: none;
}


img {
    border: 0;
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

.lf {
    float: left;
}
.mw{min-width:1200px;}

.rt {
    float: right;
}

.content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cl:after, .content:after {
    content: " ";
    display: block;
    clear: both;
}

/** head **/
.h-top {
    line-height: 38px;
    font-size: 12px;
    background: #efefef;
}

.h-top a:hover {
    color: #0066B5;
}

.h-logo {
    padding: 25px 0;
}

.logo-search {
    width: 410px;
    height: 40px;
    line-height: 36px;
    margin: 10px 90px;
    border: 2px solid #0066B5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
}

.search-text {
    float: left;
    width: 340px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 0;
    box-sizing: border-box;
}

.search-btn {
    float: right;
    width: 50px;
    height: 36px;
    cursor: pointer;
    border: 0;
    background: #0066B5 url(../img/search_icon.png) no-repeat center center;
    transition: all .3s ease;
}

.search-btn:hover {
    background-color: #d60415;
}

.logo-phone {
    line-height: 30px;
    text-align: right;
}

.logo-phone .cor-000000 {
    font-size: 20px;
}

.logo-phone .cor-e70719 {
    font-size: 22px;
    color: #e70719;
}

.h-nav {
    background: #0066B5;
}

.hn-big>li {
    position: relative;
    float: left;
    width:170px;
    line-height: 50px;
    text-align: center;
}

.hn-big>li>a {
    display: block;
    color: #fff;
}

.hn-big>li.show,
.hn-big>li:hover {
    background: #009AE3;
}

.hn-big>li.show:before,
.hn-big>li:hover:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -6px;
    height: 6px;
    width: 180px;
    background: #009AE3 url(../img/nav_bg.png) no-repeat right top;
}
.hn-big>li:hover .hn-box{
    visibility: visible;
    opacity: 1;
}
.hn-box{
    position: absolute;
    width: 100%;
    line-height: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.hn-box a{
    display: block;
    color:#fff;
    font-size: 14px;
    background: #0066B5;
    transition: all .3s ease;
}
.hn-box a:hover{
    background: #009DE6;
}
/** banner **/
.banner {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.b-img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: all .5s ease;
}

.b-img li.show {
    opacity: 1;
    z-index: 10;
}

.b-img img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.b-index {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 10px;
    line-height: 10px;
    z-index: 50;
}

.b-index li {
    display: inline-block;
    width: 76px;
    height: 10px;
    margin: 0 2px;
    background: #0066B5;
    cursor: pointer;
    vertical-align: top;
    transition: all .5s ease;
}

.b-index li.show {
    background: #009DE6;
}

.page-banner {
    overflow: hidden;
}

.page-banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/** main **/
.main {
    padding: 45px 0;
}

/** product **/
.mp-hd {
    padding-bottom: 45px;
}

.mp-hd-lf {
    width: 200px;
    line-height: 32px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: #0066B5 url(../img/product_icon.png) no-repeat 160px center;
}

.mp-hd-lf .m-p-hd-fs24 {
    font-size: 24px;
}

.mp-hd-lf .m-p-hd-fs18 {
    font: 18px/32px 'Arial';
}

.mp-hd-rt {
    width: 1000px;
}

.mp-hd-rt ul {
    margin: 0 -5px -4px 0;
}

.mp-hd-rt li {
    float: left;
    width: 196px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 5px 4px 0;
}

.mp-hd-rt li a {
    display: block;
    background: #efefef;
    transition: all .3s ease;
}

.mp-hd-rt li a:hover {
    color: #fff;
    background: #0066B5;
}

.mp-bd {
    padding-bottom: 55px;
}

.mp-list ul {
    margin: 0 -40px -40px 0;
}

.mp-list li {
    float: left;
    width: 270px;
    margin: 0 40px 40px 0;
}

.mp-list .mp-list-pic {
    width: 270px;
    height: 240px;
    overflow: hidden;
}

.mp-list .mp-list-pic img {
    width: 270px;
    height: 240px;
}

.mp-list .mp-list-text a {
    display: block;
    line-height: 40px;
    text-align: center;
    background: #efefef;
    transition: all .3s ease;
}

.mp-list li:hover .mp-list-text a {
    background: #0066B5;
    color: #fff;
}

/** about **/
.m-about {
    height: 500px;
    overflow: hidden;
    padding-bottom: 88px;
}

.m-about .content {
    position: relative;
    height: 500px;
}

.ma-lf,
.ma-rt {
    position: absolute;
    width: 960px;
    bottom: 0;
}

.ma-lf {
    right: 600px;
    height: 500px;
    background: #0066B5;
}

.ma-rt {
    left: 600px;
}

.ma-lf-text {
    float: right;
    width: 600px;
    padding: 40px 30px 40px 0;
    color: #fff;
    box-sizing: border-box;
}

.ma-lf-tt {
    position: relative;
    font-size: 48px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.ma-lf-tt:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: " ";
    width: 190px;
    height: 10px;
    background: #fff;
}

.ma-lf-info {
    line-height: 28px;
    text-align: justify;
    margin-bottom: 25px;
}

.ma-lf-link a {
    display: block;
    width: 165px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    border: 1px solid #fff;
}

/** news **/
.mn-hd {
    position: relative;
    margin: 26px 0 15px;
    border-top: 1px solid #b9b9b9;
}

.mn-hd-menu {
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -231px;
    background: #fff;
}

.mn-hd-menu ul {
    margin: 0 -3px;
}

.mn-hd-menu li {
    float: left;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0 3px;
}

.mn-hd-menu li a {
    display: block;
    color: #fff;
    background: #0066B5;
}

.mn-hd-menu li.show a {
    background: #009EE8;
}

.mn-bd {
    margin: 50px 0 60px;
}

.mn-bd-container {
    position: relative;
    height: 296px;
}

.mn-bd-list {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    display: none;
}

.mn-bd-list.show {
    opacity: 1;
    z-index: 10;
    display: block;
}

.mn-bd-lf {
    position: relative;
    width: 400px;
    height: 296px;
    overflow: hidden;
}

.mn-bd-lf img {
    width: 100%;
}

.mn-bd-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 38px;
    padding-right: 15px;
    color: #fff;
    box-sizing: border-box;
    background: url(../img/bg_000_62.png);
}

.mn-bd-text .mn-bd-more {
    display: inline-block;
    width: 38px;
    text-indent: 1000em;
    margin-right: 20px;
    background: #0066B5 url(../img/news_more_icon.png) no-repeat center;
}

.mn-bd-text a {
    color: #fff;
}

.mn-bd-text a:hover {
    color: #0066B5;
}

.mn-bd-rt ul {
    float: left;
    margin-left: 35px;
    width: 365px;
}

.mn-bd-rt li {
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px dashed #efefef;
}

.mn-bd-rt li i {
    display: inline-block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left-color: #0066B5;
    margin: 0 8px 2px 2px;
}

.mn-bd-rt li a:hover {
    color: #0066B5;
}

/** keywords **/
.mk-container {
    position: relative;
    padding: 30px 0 20px;
    border: 1px solid #e6e6e6;
}

.mk-tt {
    position: absolute;
    top: -26px;
    left: 50%;
    width: 150px;
    height: 42px;
    line-height: 42px;
    margin-left: -75px;
    background: #0066B5;
    color: #fff;
    text-align: center;
}

.mk-list ul {
    text-align: justify;
}

.mk-list li {
    display: inline-block;
    font-size: 14px;
    margin: 0 23px;
    line-height: 28px;
}

.mk-list li a:hover {
    color: #e60011;
}

/** footer **/
.f-contact {
    padding: 30px 0;
    background: #009EE8;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.fc-tt {
    margin-bottom: 5px;
}

.fc-list {
    line-height: 28px;
    letter-spacing: 1px;
}

.fc-list p {
    padding-left: 22px;
}

.fc-list .addr {
    background: url(../img/footer_icon.png) no-repeat 0 5px;
}

.fc-list .code {
    background: url(../img/footer_icon.png) no-repeat 0 -21px;
}

.fc-list .phone {
    background: url(../img/footer_icon.png) no-repeat 0 -47px;
}

.fc-list .fax {
    background: url(../img/footer_icon.png) no-repeat 0 -72px;
}

.fc-list .email {
    background: url(../img/footer_icon.png) no-repeat 0 -94px;
}

.fc-ewm-pic {
    width: 151px;
    height: 151px;
    overflow: hidden;
}

.fc-ewm-pic img {
    width: 100%;
}

.fc-sys-pic {
    text-align: center;
    width: 150px;
    line-height: 20px;
    margin: 0 65px 0 30px;
    padding-top: 135px;
    background: url(../img/sys.png) no-repeat top center;
}

.f-copyright {
    background: #0066B5;
    color: #e7e7e7;
    line-height: 45px;
    font-size: 14px;
}

.f-copyright a {
    color: #e7e7e7;
}

.f-copyright a:hover {
    color: #fff;
}
.f-copyright1 {
    color: #333;
    line-height: 45px;
    font-size: 14px;
}

.f-copyright1 a {
    color: #333;
}

.f-copyright1 a:hover {
    color: #ff0000;
}

.page-main {
    padding: 30px 0;
}

.pm-lf {
    width: 200px;
}

.pm-rt {
    width: 962px;
}

.pm-lf-tt {
    font-size: 26px;
    line-height: 82px;
    text-align: center;
    color: #fff;
    background: #0066B5;
}

.pm-lf-list li a {
    display: block;
    line-height: 54px;
    text-align: left;
    background: #eeeded;
    border-top: 1px dashed #c7c7c7;
    transition: all .3s ease;
	text-indent:20px;
}

.pm-lf-list .pm-r-first a {
    border-top: 0;
}

.pm-lf-list li a:hover, .pm-lf-list li.show a {
    color: #fff;
    background: #009BE5;
}

.pm-lf-recommend {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #0066B5;
}

.pm-rt-tt {
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 4px;
    padding-left: 20px;
    margin-bottom: 30px;
    background: #0066B5 url(../img/page-rt-bg.png) no-repeat left center;
}

.black {
    background: #efefef url(../img/page-rt-black-bg.png) no-repeat left center;
}

.pm-product ul {
    margin: 0 -15px;
}

.pm-product li {
    float: left;
    width: 300px;
    margin: 0 15px 32px;
}

.pm-p-pic {
    width: 300px;
    height: 225px;
    overflow: hidden;
}
.pm-p-pic img{
    width: 300px;
    height: 225px;
}
.pm-p-text a {
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    background: #efefef;
    transition: all .3s ease;
}

.pm-product li:hover a {
    color: #fff;
    background: #0066B5;
}

.page-number {
    text-align: center;
}

.page-number a {
    display: inline-block;
    margin: 0 10px;
    padding: 7px 15px;
    background: #e0e0e0;
    font-size: 14px;
    border-radius: 3px;
    transition: all .3s ease;
}

.page-number a.show, .page-number a:hover {
    background: #d40000;
    color: #fff;
}

.pm-about {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}

.pm-style-lf {
    width: 450px;
}

.pm-style-rt {
    width: 448px;
    height: 300px;
    overflow: hidden;
}

.pm-product-detail {
    margin-bottom: 30px;
}

.detail-pic {
/*    width: 365px;
    height: 325px;*/
    overflow: hidden;
	 text-align:center
}

.detail-pic img {
;
}

.detail-text {
    width: 960px;
	text-align:center;
}

.detail-text h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #0066B5;
    margin-bottom: 5px;
}

.detail-text p {
    font-size: 14px;
    line-height: 20px;
}

.detail-text .buy_btn {
    display: block;
    width: 132px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    margin-top: 25px;
    background: #0066B5;
    transition: all .3s ease;
}

.detail-text .buy_btn:hover {
    background: #a7101c;
}

.pm-detail-aug {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: justify;
    padding-right: 50px;
    margin-bottom: 30px;
}

.pm-detail-order p {
    margin: 20px 0;
    font-size: 14px;
}

.pm-detail-order p span {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}

.pm-detail-order p input {
    width: 200px;
    line-height: 24px;
    padding-left: 5px;
}

.pm-detail-order p textarea {
    width: 500px;
    height: 120px;
    vertical-align: top;
    overflow: auto;
    resize: none;
    padding: 5px;
}

.sub, .res {
    width: 100px;
    line-height: 30px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    margin-bottom: 25px;
}

.sub {
    background: #3385FF;
    margin-left: 90px;
    border: 1px solid #3385FF;
}

.sub:hover {
    background: #2766c5;
}

.res {
    background: #0066B5;
    border: 1px solid #0066B5;
}

.res:hover {
    background: #a7101c;
}

.pm-detail-related {
    overflow: hidden;
}

.pm-detail-related ul {
    position: relative;
}
.pm-news{
    margin-bottom: 30px;
}

.pm-news li {
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px dashed #efefef;
}

.pm-news li i {
    display: inline-block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left-color: #0066B5;
    margin: 0 8px 2px 2px;
}

.pm-news li a:hover {
    color: #0066B5;
}

.pm-news-detail{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.pm-news-detail h1{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.pm-news-detail-next {
    margin-top: 30px;
}

.pm-news-detail-next a {
    margin: 0 5px;
}

.pm-news-detail-next a:hover {
    color: #0066B5;
}
.pm-contact-tt{
    font-weight: bold;
    color:#0066B5;
    margin-bottom: 15px;
}
.pm-contact-list{
    font-size: 14px;
    line-height: 32px;
}


/*浮动qq*/
.float_slider {
    position: fixed;
    top: 200px;
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 6666;
}

.float_slider li {
    position: relative;
    width: auto;
    height: 50px;
    margin: 2px 0;
    transition: all .3s ease;
}

.float_slider li.float_qq1, .float_slider li.float_qq4 {
    left: 0;
    width: 62px;
}

.float_slider li.float_qq2 {
    left: 0;
    width: 126px;
}

.float_slider li.float_qq3 {
    left: 0;
    width: 172px;
}

.float_slider li.float_qq2:hover {
    left: -76px;
}

.float_slider li.float_qq3:hover {
    left: -122px;
}

.float_slider li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #0066B5;
    opacity: 0.8;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.float_slider li a img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
}

.float_slider li a:hover {
    background-color: #009EE8;
    opacity: 1;
}
.float_slider li:hover .float_shwx{
    display: block;
}
.float_shwx {
    position: absolute;
    top: -226px;
    left: -216px;
    width: 216px;
    height: 216px;
    padding-bottom: 9px;
    display: none;
}

.float_shwx img {
    display: block;
    padding: 14px;
    background-color: #FFF;
    width: 188px;
    height: 188px;
}
















